home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 011-020 / amok11 / r.o.m. / m2sources / myinfo.def < prev    next >
Text File  |  1993-11-04  |  440b  |  19 lines

  1. DEFINITION MODULE MyInfo;
  2. (*
  3.   Created:   3.3.1988 by
  4.              Stefan Salewski
  5.              Stolper Weg 3
  6.              2160 Stade   West-Germany
  7.              Tel: 04141/61130
  8.              
  9.   Note: compiled with AMIGA Modula-2 System by AMSoft from 5.5.88
  10.    
  11.   This Module may be freely copied. But please
  12.   leave my name in. Thanks....Stefan  
  13. *)
  14.   FROM Intuition IMPORT WindowPtr;
  15.  
  16.   PROCEDURE ShowInfo(wp:WindowPtr);
  17.  
  18. END MyInfo.def
  19.